projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7498a87
)
(Fcurrent_input_mode): Fix the call to Flist.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 26 May 1993 17:50:23 +0000
(17:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 26 May 1993 17:50:23 +0000
(17:50 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 8b307c7fa6d9d66c0c5ea79887fda8dbc6492983..fc7d5f4d8cf505c5998c1a7f40a97bfbfdb8abaa 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-4631,7
+4631,7
@@
The elements of this list correspond to the arguments of\n\
val[2] = meta_key == 2 ? make_number (0) : meta_key == 1 ? Qt : Qnil;
XFASTINT (val[3]) = quit_char;
- return Flist (
val, sizeof (val) / sizeof (val[0])
);
+ return Flist (
sizeof (val) / sizeof (val[0]), val
);
}
\f